Run integration CI on develop#302
Merged
Merged
Conversation
Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.0...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Flow-Fly
added a commit
that referenced
this pull request
Jul 10, 2026
* Run integration CI on develop (#302) * Run integration CI on develop * build(deps-dev): bump ws from 8.20.0 to 8.21.0 (#298) Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.0...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add deterministic guide image sampling (#304) * Generate bounded numbered guides (#305) * Add restrictive guide palette options (#306) * Persist guided drawing sessions (#307) * Create guided projects in separate contexts (#308) * Add guided project setup flow (#309) * Derive guided drawing progress (#311) * Render readable guided cell numbers (#312) * Add guided palette and creative progress (#313) * Keep guided project structure aligned (#314) * Add temporary guidance view controls (#316) * Finish guidance without changing artwork (#317) * Add guided library entry and exact resume (#318) * Keep editor open on first run (#320) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
developwipbranch as an active integration targetWhy
developis now the protected integration branch for autonomous feature batches. Pull requests already run CI regardless of base, while this change preserves the post-merge verification run on the new integration branch.Dependabot security updates target the default branch, so PR #298 landed on
mainfirst and is synchronized here during branch setup.Verification
npm run test:run(79 files, 433 tests)npm run buildnpm run lint(0 errors; 5 pre-existing warnings)git diff --check